home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_1
/
executive_v1.00
/
sysinfo.lzx
/
examples
/
uptime
/
smakefile
< prev
next >
Wrap
Makefile
|
1991-01-29
|
394b
|
22 lines
#
# This file is public domain
#
# $Id: smakefile 1.1 1995/05/28 00:03:20 petrin Exp petrin $
#
# Uncomment to include Multiuser-support
MULTIUSER = DEFINE=USE_MULTIUSER
DEBUG = DEBUG=FULLFLUSH
CFLAGS = MATH=STANDARD $(MULTIUSER) $(DEBUG)
uptime: uptime.o
sc link $(CFLAGS) uptime.o
uptime.o: uptime.c defs.h
sc $(CFLAGS) uptime.c
clean:
delete uptime uptime.lnk uptime.o